home *** CD-ROM | disk | FTP | other *** search
/ PC Electronic Plus / PC Electronics Plus (Most Significant Bits)(1995).ISO / flashcad / install.bat < prev    next >
DOS Batch File  |  1994-04-11  |  4KB  |  76 lines

  1. echo off
  2. cls
  3. IF "%1" == "" GOTO REMINDER
  4. echo Installing FLASH! on disk drive %1:
  5. ECHO                                                                                 _
  6. echo Making a directory called FLASH! on disk drive %1:
  7. ECHO                                                                                 -
  8. md %1:\flash!
  9. ECHO Searching for older version of FLASH! files
  10. del %1:\flash!\*.bin
  11. del %1:\flash!\*.stp
  12. del %1:\flash!\*.bat
  13. del %1:\flash!\*.exe
  14. del %1:\flash!\*.dgt
  15. del %1:\flash!\box.dgb
  16. del %1:\flash!\*.mcr
  17. del %1:\flash!\*.msg
  18. del %1:\flash!\*.pcm
  19. del %1:\flash!\*.me
  20. del %1:\flash!\*.doc
  21. del %1:\flash!\template.*
  22. del %1:\flash!\tutorial.lst
  23. del %1:\flash!\*.tmp
  24. ECHO Search complete
  25. FLASH -o %1:\FLASH!
  26. copy %1:\flash!\flash!.bat %1:\
  27. copy READ_ME.DOC %1:\flash!
  28. %1:
  29. CD\
  30. CD FLASH!
  31. CLS
  32. echo FastLogicalAdvancedSophisticatedHotFastLogicalAdvancedSophisticatedHotFast
  33. echo ╔══════════════════════════════════════════════════════════════════════════╗
  34. echo ║          F L A S H ! CAD by: DIGITARCH U.S.A. (800) 633-6564             ║
  35. ECHO ║          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~             ║
  36. ECHO ║          P.O.Box 3426 Thousand Oaks, CA 91359 (805) 494-0163             ║
  37. ECHO ║              Fax: (805) 494-3870  CompuServe 72662,2423                  ║
  38. ECHO ║                                   ^^^^^^^^^^                             ║
  39. echo ║  We STRONGLY recommend using details and symbols approved by DIGITARCH.  ║
  40. echo ║       For a list of approved details and symbols call DIGITARCH.         ║
  41. ECHO ║                                                                          ║
  42. echo ║ If you wish to create DETAILS and SYMBOLS for use by others, please send ║
  43. echo ║ us a copy.  We make sure that your creations work with the many versions ║
  44. echo ║ of FLASH! currently in circulation.  This service is provided FREE of    ║
  45. echo ║ charge as a courtesy to all FLASH! users.                                ║
  46. ECHO ║                                                                          ║
  47. echo ║****************** TO RECEIVE NEWSLETTER CALL DIGITARCH ******************║
  48. echo ╚══════════════════════════════════════════════════════════════════════════╝
  49. pause
  50. cls
  51. echo   FastLogicalAdvancedSophisticatedHotFastLogicalAdvancedSophisticatedHotFast    
  52. echo ╔══════════════════════════════════════════════════════════════════════════╗
  53. echo ║          F L A S H ! CAD by: DIGITARCH U.S.A. (800) 633-6564             ║
  54. ECHO ║          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~             ║
  55. ECHO ║          P.O.Box 3426 Thousand Oaks, CA 91359 (805) 494-0163             ║
  56. ECHO ║              Fax: (805) 494-3870  CompuServe 72662,2423                  ║
  57. ECHO ║                                   ^^^^^^^^^^                             ║
  58. ECHO ║      To better understand FLASH!, a few files need to be printed.        ║
  59. ECHO ║                                                                          ║
  60. ECHO ║ 1).  To print all necessary files type:    PRINTALL        & press ENTER ║
  61. ECHO ║                                                                          ║
  62. ECHO ║ 2).  To run FLASH! type one of the following then press ENTER            ║
  63. ECHO ║                                                                          ║
  64. ECHO ║      FLASH! ........... START THE FLASH! CAD PROGRAM                     ║
  65. ECHO ║      FLASH! DEMO2D .... SEE A 2D DEMONSTRATION OF FLASH!                 ║
  66. ECHO ║      FLASH! DEMO3D .... SEE A 3D DEMONSTRATION OF FLASH!                 ║
  67. ECHO ║      FLASH! BASICS .... LEARN THE BASICS OF OPERATING FLASH!             ║
  68. ECHO ║      FLASH! KEYS ...... LEARN THE FUNCTION OF VARIOUS KEYS (IMPORTANT)   ║
  69. echo ╚══════════════════════════════════════════════════════════════════════════╝
  70. GOTO END
  71. :REMINDER
  72. ECHO Type destination drive letter after the word INSTALL
  73. ECHO EXAMPLE:   INSTALL C    or    INSTALL D    Then press ENTER.
  74. ECHO            ~~~~~~~~~          ~~~~~~~~~ 
  75. :END
  76.